Skip to content

Fixed bug in Makefile#1

Open
buma wants to merge 1 commit intowebglearth:masterfrom
buma:makefileFix
Open

Fixed bug in Makefile#1
buma wants to merge 1 commit intowebglearth:masterfrom
buma:makefileFix

Conversation

@buma
Copy link

@buma buma commented Apr 16, 2016

-lm was missing

Without this I got an error in GCC 5.3.0:

gcc -Wall -Wextra -ansi -pedantic -std=c99 -O2 `gdal-config --cflags`  `gdal-config --libs`   gdaldem_web.c   -o gdaldem_web
/usr/bin/ld: /tmp/ccAJTcWc.o: undefined reference to symbol 'floorf@@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'gdaldem_web' failed
make: *** [gdaldem_web] Error 

-lm was missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant